projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
359d366
)
icon theme: Fix compiler warnings
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 31 May 2015 01:26:09 +0000
(21:26 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 2 Jun 2015 13:08:15 +0000
(09:08 -0400)
Fix warnings due to -Wdeclaration-after-statement and -Wshadow.
gtk/gtkicontheme.c
patch
|
blob
|
history
diff --git
a/gtk/gtkicontheme.c
b/gtk/gtkicontheme.c
index f47a95622a7f1359b31135186bbda7be5dc2c3f1..c2ca2da1b805c58b204c33d172f793d029abe10d 100644
(file)
--- a/
gtk/gtkicontheme.c
+++ b/
gtk/gtkicontheme.c
@@
-1837,7
+1837,6
@@
real_choose_icon (GtkIconTheme *icon_theme,
static gboolean check_for_default_theme = TRUE;
gchar *default_theme_path;
gboolean found = FALSE;
- guint i;
if (check_for_default_theme)
{